SetOSLSupportFlags
TheSetOSLSupportFlags
method sets the flags that indicate which handlers this semantic interface object supports.
void SetOSLSupportFlags (in ODSShort flags);
flags
- The flags representing the level of OSL support.
DISCUSSION
Your part calls this method to specify the callback flags to be used during the resolution of an object specifier.OVERRIDING
If you subclassODSemanticInterface
, you can override this method. Your override method must call its inherited method at some point in your implementation (it does not matter where).SEE ALSO
TheODNameResolver::Resolve
method (page 426).
TheODSemanticInterface::GetOSLSupportFlags
method (page 597).
"Apple Event Object Model" on page 409 in OpenDoc Programmer's Guide.
"Object Resolution" on page 426 in OpenDoc Programmer's Guide.
"Installing Handlers, Accessors, and Callbacks" on page 436 in OpenDoc Programmer's Guide.
For more information on resolving object specifiers and the use of callback flags, see the "Resolving and Creating Object Specifier Records" chapter of Inside Macintosh: Interapplication Communication.
Main | Page One | What's New | Apple Computer, Inc. | Find It | Contact Us | Help